home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 May / Macworld (1998-05).dmg / Games World / Shareware Games / Arcade / Supreme Commander / Supreme Commander.mac / 00060.ls < prev    next >
Encoding:
Text File  |  1996-01-30  |  254 b   |  15 lines

  1. on exitFrame
  2.   global checklaunch, hereyouis
  3.   set checklaunch to checklaunch + 1
  4.   puppetSprite(6, 0)
  5.   if hereyouis = 1 then
  6.     go("reentry1")
  7.   else
  8.     if hereyouis = 2 then
  9.       go("reentry2")
  10.     else
  11.       go("timespot")
  12.     end if
  13.   end if
  14. end
  15.